ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Screenshot Captor

FTP Uploader

<< < (4/6) > >>

jgpaiva:
My mistake, i didn't edit both posts, only the top one.
Here's the correct link: http://jgpaiva.dcmembers.com/CS/FtpUploader/FtpUploader.exe / http://jgpaiva.dcmembers.com/CS/FtpUploader/FtpUploader.ahk

lanux128:
jgpaiva, you could also point to kalos to the link in your sig to get all your tools.. :)

ak_:
jpgaiva> i made a script like that for myself, the code itself isn't interesting at all but instead of ftp.exe, i use http://www.ncftp.com/ (more precisely ncftpput.exe). It's very nice because this way you get a progression bar. You should try it if you didn't have already :)

jgpaiva:
well ak.. you could post yours :)

ak_:
Well, ok :) It's more or less the same as yours, that's why i said it wasn't very interesting.


--- ---; Arguments are passed in this order :
; ftpaddress ftprep user pass url file
; ftpaddress : well, ftp adress...
; ftrep : destination folder
; user : user login
; pass : user password
; url : corresponding url, including folder
; file : file to upload
if 0 != 6
{
msgBox Pas assez d'arguments.
return
}
SplitPath 6, filename
clipboard = %5%/%filename%
whatToRun = c:\program files\ncftp\ncftpput.exe -b -u %3% -p %4% %1% %2% "%6%"
Run %whatToRun%

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version