Search found 3 matches

by arosenbaum
Wed Sep 25, 2013 1:22 pm
Forum: Client - General
Topic: 550 file or directory not found
Replies: 1
Views: 6859

550 file or directory not found

Can someone please explain why this error is such a pain in the neck and what does it even made? I use script to open CFTP and I can see the directory, but then this happens.
by arosenbaum
Thu Sep 19, 2013 3:09 pm
Forum: Client - General
Topic: File Transfer Using Command Line/Script
Replies: 1
Views: 7254

File Transfer Using Command Line/Script

OK I am going to post the same question in a simpler way.... Here is an example of code I got from CoreFTP website to transfer files: "c:\program files\coreftp\coreftp.exe" -s -O -site mysite -d /downloads/*.txt -p c:\windows\desktop\ I understand it all except -site mysite. Lets say my in...
by arosenbaum
Wed Sep 18, 2013 8:16 pm
Forum: Client - General
Topic: Command Line Prompt
Replies: 1
Views: 7750

Command Line Prompt

I have a batch file that runs the code below. I have obviously substituted user name, password and site for security. Trust me, this is not the issue. I am attempting to grab a file from the ftp site, transfer it to a local drive and delete the file from the ftp site when I am done transferring it. ...