Search found 8 matches

by AronEi
Tue Jul 02, 2013 1:37 pm
Forum: Client - General
Topic: List of command line arguments
Replies: 2
Views: 14519

Yep, there it is.
Thanks
by AronEi
Mon Jul 01, 2013 8:12 pm
Forum: Client - General
Topic: List of command line arguments
Replies: 2
Views: 14519

List of command line arguments

Any where I can see a list of all possible switches I can pass to the coreftp command line?

Thanks in advance
by AronEi
Tue Jun 25, 2013 6:35 pm
Forum: Client - General
Topic: Toggle active to passive mode in command line
Replies: 2
Views: 14145

Thanks for the reply.
by AronEi
Mon Jun 24, 2013 6:28 pm
Forum: Client - General
Topic: Toggle active to passive mode in command line
Replies: 2
Views: 14145

Toggle active to passive mode in command line

Hi all, I have a lot scripts using CoreFTP to connect to FTP servers manipulating data. However, I have a problem now. Until now all my FTP servers were fine with PASV connections, now I need to connect to an FTP server which requires to use ACTIVE connection. I successful changed the mode under Vie...
by AronEi
Tue Feb 21, 2012 5:57 pm
Forum: Client - General
Topic: command line in vbscript
Replies: 7
Views: 26363

It is a file with no extension not a directory, and i do have permission as i proved it when i removed the -s switch and it work excellent, so the problem is something else i still try to figure out.
by AronEi
Sun Feb 12, 2012 8:14 pm
Forum: Client - General
Topic: command line in vbscript
Replies: 7
Views: 26363

Thank you for your reply. her is the result from the log file (ip address changed) 02/12/12 15:04 Resolving ftp.somehost.com... Connect socket #556 to 4.2.2.2, port 21...220 Microsoft FTP Service USER 123456789 331 Password required for 123456789. PASS ********** 230 User 123456789 logged in. SYST 2...
by AronEi
Sun Feb 12, 2012 4:21 pm
Forum: Client - General
Topic: command line in vbscript
Replies: 7
Views: 26363

Hi ForumAdmin, Thank you for your help. i tried your suggestion, but unfortunately it didn't help me, i still got the same result. i realized one thing, that this problem is only for one of my ftp host's, i have another host which works fine even with coreftp.exe. so do you have any clue what i coul...
by AronEi
Fri Feb 10, 2012 5:00 pm
Forum: Client - General
Topic: command line in vbscript
Replies: 7
Views: 26363

command line in vbscript

Hi all, i'm using core-ftp, and i'm really enjoying it. but i ran into a problem, i wright a vb-script to download a ftp file and here is a sample of my script: Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.run ("""C:\Program Files\CoreFTP\coreftp.exe"&q...