I'm using 4nt8 & 4nt6, latest versions. I've been using 4nt ftp - it works fine on both of these eg
copy c:\jim.bat "ftp://username:pass@ftp_add/ftp_dir"
copy "ftp://username:pass@ftp_add/ftp_dir/jim.bat" c:\tmp.bat
Guess the sites I've been previously using work for active ftp...
However, I've just started using a site, drive, that _only_ works for passive ftp. I can use it from ws_ftp by selecting passive ftp - it doesn't work for active, so I'm sure my account is ok & the firewalls etc work.
I'd like to be able to switch between using the other active sites that work ok and drive. Seems that the way to do this is using 'option' in line. The ftp help seems to suggest that this is ok, tho' it isn't IMHO very clear. eg
rem access active ftp
....
rem access passive ftp
OPTION //passiveftp=yes
copy "ftp:// etc
....
Is this correct? Did I miss something?
If I can't do this with 4nt, anyone know of a _free_ ftp CL client that'll work for active and for passive ftp? - xp ftp.exe doesn't!
John
copy c:\jim.bat "ftp://username:pass@ftp_add/ftp_dir"
copy "ftp://username:pass@ftp_add/ftp_dir/jim.bat" c:\tmp.bat
Guess the sites I've been previously using work for active ftp...
However, I've just started using a site, drive, that _only_ works for passive ftp. I can use it from ws_ftp by selecting passive ftp - it doesn't work for active, so I'm sure my account is ok & the firewalls etc work.
I'd like to be able to switch between using the other active sites that work ok and drive. Seems that the way to do this is using 'option' in line. The ftp help seems to suggest that this is ok, tho' it isn't IMHO very clear. eg
rem access active ftp
....
rem access passive ftp
OPTION //passiveftp=yes
copy "ftp:// etc
....
Is this correct? Did I miss something?
If I can't do this with 4nt, anyone know of a _free_ ftp CL client that'll work for active and for passive ftp? - xp ftp.exe doesn't!
John