I am using right now a MacOS machine with which I want to write files to a shared folder to a Windows Server machine using a Node.js server I am using, but I don't have any clue how.
I have the IP of the machine and the path to the shared folder, so if anybody could give a hint I would appreciate it a lot
Thank you in advance!
Related
I recently pushed my entire bot to a hosting service called "Vultr" and tried running my bot but I was encountered with the error: Error: Cannot find module './commands/banner.js' and I don't know why this is happening as it works perfectly fine locally on my pc. If anyone knows why this is happening and the solution please provide how to fix it. I have provided images below to help.
Thanks, Gianni.
In my ubuntu terminal:
The code:
FileZilla directory: (Both commands folders have the javascript files)
Looking at Filezilla the folder name at Mythra is Commands, not commands (as written in your code). If that is a Linux server, folders are case sensitive unlike Windows machines which ignore case.
I would fix the folder names on your local machine and repush the site. If I remember right you can't simply change the name only by case, it doesn't keep. You need to change the folder to a different name then to what you want. For example:
Commands -> cCommands -> commands
Maybe this question is not so proffesional, but still, maybe someone has got into this issue as well. I am using windows os. And the project i am working on is on Linux servers. I am using Netbeans IDE and WAMP. The problem i ran into is that i cannot make the development environment configured via ALIAS or something similar. I want to DEBUG and run tests but the folder structure is different and it gives me errors, like in windows it is C:/wamp and on the Linux server it is /var/www . How can i make windows machine to get to understand the different file structure ? Maybe there are some guides ? I do not want to switch to Linux. I have everything configured and the only thing i need is like redirect from c:/wamp/myProject to /var/www/myProject
I'm afraid that might not be possible.
You are trying to get one OS to read data from another OS
This is not a problem. However, your issue is that your files are located in directories of different structures, and you are trying to get Windows to read from /var/www directly.
Am I right?
I want to connect to a Linux server and read some logs from a folder located in the Linux server through a program written in VB.net.
Is it possible or do I need to have some extra tools or softwares to do the above. (not through Putty or anything similar to it)
Automation Requirements: Go to a folder located in Linux server. Check for a log file. If there are no log files created today then send a mail to me.
I need to write a vb program in VS-2005 to do the above task. Can someone give me a head start or how to go about it.
I am new to Vb programming so any help would be appreciated.
i can neither use SSH protocols nor sockets to do it.For both i would have to install something or the other for which i do not have privileges. Can anyone tell me how can i do it using putty or filezilla tools. I have both available but do not know how to access them through vb programming.
Thanks
You need to find a way to connect linux machine by SSH protocol Please refer this post for your reference executing commands on unix server via visual basic application
I am trying to link images to constant contact from my linux server. The images are stored in a folder on my linux server as I have done previous on my windows server. The path I use from the windows server works fine but the path on the linux server does not.
I added the folders to the root of the drive and dropped the jpg's in the folder. So this is what works on the Windows Server http://www.mydomainname.com/folder/folder/image_name.jpg. This doesn't work on the linux server. Any help out there is very much appreciated.
I'm running Dreamweaver CS5 on Windows 7. Currently, I set up sites in Dreamweaver so that the local site folder is a folder on a Windows server down the hall.
A new project will run on a Linux server (also just down the hall) and I'm being told by the Sys Admin to save my files (php, js, css, etc) on the Windows server and FTP them to the Linux server.
I realize Dreamweaver won't run on Linux. Can anyone tell me how to use Dreamweaver on Windows to read/write files from/to a local Linux server? If it's just a matter of typing in the path in Dreamweaver Site Setup, then what is the syntax (e.g., the analog to "\server\directory\subdirectory")?
Many thanks!
James
You would need to talk the sys admin into setting up samba access for you. Witha samba set up you could mount your samba share as a drive and use that as the site folder. Although I am not sure you would want all the extra files Dreamweaver brings to the table on your webserver.
I see two possible solutions:
Use dreamwaver's "Sites" feature to FTP the files over, if FTP was set-up on the Linux server.
Get the admins to set-up Samba on Linux, you would be able to use it just like a windows share as in \server\share ...