IC Methods LLC
2101 Folsom St
San Francisco, CA. 94110
FTP
Note that you will need a password from icmethods before you can access the ftp site. This is available on request from webadmin@icmethods.com.
FTP ONTO ICMETHODS SERVER:
unix> ftp ftp.icmethods.com
Connected to www.icmethods.com.
220 columbia FTP server ready.
Name (ftp.icmethods.com:yourname):
ftpaccess
331 Password required for ftpaccess
Password: password
230 User ftpaccess logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> hash
ftp> cd incoming
ftp> put fileName
ftp> mput fileNames
ftp> bye
unix>
Note that this FTP session is blind, ie: you cannot use
ls to list the filenames in the directory.
FTP FROM ICMETHODS SERVER:
unix> ftp ftp.icmethods.com
Connected to www.icmethods.com.
220 columbia FTP server ready.
Name (ftp.icmethods.com:yourname):
ftpaccess
331 Password required for ftpaccess
Password: password
230 User ftpaccess logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> hash
ftp> cd outgoing
ftp> get fileName
ftp> mget fileNames
ftp> bye
unix>
Copyright 2000-2007, IC Methods LLC. All rights reserved.