Tagged Questions
1
vote
1answer
185 views
FTP not working between servers, only in command line
Hello I have a strange problem, I want to transfer files via ftp between two servers.
When I transfer the files sing the client, it works fine, but when I use command line I get:
425 Can't open data ...
0
votes
2answers
2k views
Replicating FileZilla using Windows ftp command
After properly configuring FileZilla to communicate between servers, I tried to automate some transfers using Windows builtin FTP support
ftp -s:command.file
I replicated FileZilla's client ...