Tagged Questions
2
votes
2answers
2k views
FTP over SSL in AIX (UNIX)
Folks over at SO couldn't answer this, so I am posting over here.
I need to do an FTP over SSL to a FileZilla Server running on a Windows server from an AIX Unix clien. I have the Host name of the ...
3
votes
1answer
597 views
How do I know that FXP is enabled or not? (AIX FTPD)
# grep -i ftp inetd.conf
ftp stream tcp nowait root /usr/sbin/ftpd
# oslevel -s
6100-06-05-1115
So I have an AIX 6 server. How can I check if FXP is enabled on the FTPD or ...
1
vote
1answer
677 views
AIX ftpd - how to set umask for a given user?
I know how can I change the umask settings for all the users using ftpd, but how can I change the umask for a given user using FTPD?
AIX/6100-05-02-1034
FTP server (Version 4.2)
1
vote
1answer
213 views
ftp option to overwrite file if different size
There is a script (bsh) running in a AIX 7.1 machine. The script is to download some files via FTP from another machine. I need to stop it later because some guy need to have maintenace over the ...