If you need to send Incognito files too large for email we suggest our FTP. Anonymous file uploads may not be seen outside of Incognito. The files are cleared out after 2 weeks.
The ftp address is ftp.incognito.com
Log in using "anonymous" (without quotes) as your username & your email address as the password.
Change directory to upload.
Please ensure the transfer method is set to binary. Below is an example of logging in and uploading a file called File.txt from a terminal session - but software like "Filezilla" can be used as well.
$ ftp ftp.incognito.com
Trying 199.233.95.229...
Connected to ftp.incognito.com.
220 ProFTPD 1.3.3a Server (Debian) [199.233.95.229]
Name (ftp.incognito.com:username): anonymous
331 Anonymous login ok, send your complete email address as your password
Password:
.....
230 Anonymous access granted, restrictions apply
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd upload
250 CWD command successful
ftp> put file.txt
If uploading directly from a linux server, curl is quite useful:
curl -u anonymous:myemail@mydomain.com ftp://ftp.incognito.com/upload/ -T myFile.ext
Comments
0 comments
Article is closed for comments.