kristo5747
Programmer
I am working with a supplier who's just tightened their security. They moved from an anonymous FTP setup to a more secure alternative. The parameters they gave me
Code:
Host: blahblah.net
Port: 4421
Path: /mailbox
User: (...)
Password: (...)
Auth SSL: yes
Passive mode: yes
Code:
ftp -pn blahblah.net 4421
I read the ftp man page of my host and found nothing. I looked at using sftp instead but it seems that the latter does not use passive mode.
My host info: Linux 2.6.18-128.el5 x86_64 GNU/Linux