Discuss (FTP) and (SFTP, FTPS and SCP), our Java file transfer clients.

FTP Upload ResumePut

no avatar
User

xxx

FTP Upload ResumePut

by xxx » Tue May 12, 2009 7:21 pm

no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

Re: FTP Upload ResumePut

by support2 » Wed May 13, 2009 10:15 pm

no avatar
User

xxx

Found the Problem

by xxx » Wed May 20, 2009 6:48 pm

In my public static void ResumePut(FTPConnection ftp, CalicoWS.FTP objFTPDetails, string zipfileName)
procedure where I have the following code, must have a true for append and then it works:

try
{
if (ftp1.Exists(fname) == true)
{
ftp1.ResumeTransfer();
ftp1.UploadFile(zipfileName, fname,true);
}
else
{
}
ftp1.Close();
}
catch (System.Exception ex1)
{
ftp1.Close();
}
no avatar
User

eakinasila

Posts

1

Joined

Fri Nov 20, 2009 8:55 pm

by eakinasila » Wed Nov 25, 2009 3:48 pm

How can you change the password on a ftp account? Our office's webpage was hacked recently. (Fortunately, it wasn't a malicious hacker.) But, I'd like to change the password for our ftp site. I update the page via ftp, but our building services organization are the administrators. Can I change the password on my own, or do I need to work through the administrators?
_____________________
~ ~
Last edited by eakinasila on Mon Nov 30, 2009 11:10 am, edited 1 time in total.
no avatar
User

support2

Posts

3987

Joined

Tue May 18, 2004 8:30 am

by support2 » Thu Nov 26, 2009 8:43 am


Who is online

Users browsing this forum: No registered users and 13 guests

Powered by phpBB ® | phpBB3 Style by KomiDesign