PDA

View Full Version : FTPing from an application



altmarvel
12-22-2006, 09:31 AM
I'm using a glorified Notepad to modify my PHP files (EditPlus 2, in case it helps clarify, though I'm nto sure if it's too well-known). Anyway, it has a built-in FTP function, which is quite easy to use and preferrable to logging in and uploading via the CPanel. What settings do I give it--FTP server, username--so I can just FTP my modified files in from this program? I assume Username would be the username I use to log into my account here and FTP server would be something like Hostmonster.com, but those settings don't seem to work. Any suggestions?

McCoy
12-22-2006, 12:08 PM
server: ftp.yourdomain.com
username: your cpanel username
pass: your cpanel pass

Aaron
12-24-2006, 09:36 PM
I never recommend built in FTP. Trying getting yourself a dedicated FTP prog, e.g. WS_FTP, CuteFTP or Filezilla.