FTP Mount in Linux
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I want to mount a FTP site on my Linux server.
I use the curlftpfs application to do this, but after a while, my mounted folder is unreachable, so I use umount -l 'dir name'
to unmount and mount that folder again. Is it a bug in curlftpfs?
Or is there any alternative application like curlftpfs I should use?
mount ftp
add a comment |Â
up vote
0
down vote
favorite
I want to mount a FTP site on my Linux server.
I use the curlftpfs application to do this, but after a while, my mounted folder is unreachable, so I use umount -l 'dir name'
to unmount and mount that folder again. Is it a bug in curlftpfs?
Or is there any alternative application like curlftpfs I should use?
mount ftp
It can either be an issue with the application or an issue with the network connection to the site. The only way you can be sure is to test things with another site.
â Raman Sailopal
Oct 10 '17 at 11:13
Perhaps your ftp session times out?
â Jeff Schaller
Oct 10 '17 at 11:16
Doesdmesg
show anything useful? If it can't reach the folder anymore there should be some kind of error.
â Shadur
Oct 10 '17 at 11:18
1
... That said, ftp is a very insecure protocol and not great for filesystem work anyway. Do you have any viable alternatives?
â Shadur
Oct 10 '17 at 11:19
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to mount a FTP site on my Linux server.
I use the curlftpfs application to do this, but after a while, my mounted folder is unreachable, so I use umount -l 'dir name'
to unmount and mount that folder again. Is it a bug in curlftpfs?
Or is there any alternative application like curlftpfs I should use?
mount ftp
I want to mount a FTP site on my Linux server.
I use the curlftpfs application to do this, but after a while, my mounted folder is unreachable, so I use umount -l 'dir name'
to unmount and mount that folder again. Is it a bug in curlftpfs?
Or is there any alternative application like curlftpfs I should use?
mount ftp
mount ftp
edited Oct 10 '17 at 11:33
Jeff Schaller
32.3k849109
32.3k849109
asked Oct 10 '17 at 11:08
Soheil Mamdouhi
1
1
It can either be an issue with the application or an issue with the network connection to the site. The only way you can be sure is to test things with another site.
â Raman Sailopal
Oct 10 '17 at 11:13
Perhaps your ftp session times out?
â Jeff Schaller
Oct 10 '17 at 11:16
Doesdmesg
show anything useful? If it can't reach the folder anymore there should be some kind of error.
â Shadur
Oct 10 '17 at 11:18
1
... That said, ftp is a very insecure protocol and not great for filesystem work anyway. Do you have any viable alternatives?
â Shadur
Oct 10 '17 at 11:19
add a comment |Â
It can either be an issue with the application or an issue with the network connection to the site. The only way you can be sure is to test things with another site.
â Raman Sailopal
Oct 10 '17 at 11:13
Perhaps your ftp session times out?
â Jeff Schaller
Oct 10 '17 at 11:16
Doesdmesg
show anything useful? If it can't reach the folder anymore there should be some kind of error.
â Shadur
Oct 10 '17 at 11:18
1
... That said, ftp is a very insecure protocol and not great for filesystem work anyway. Do you have any viable alternatives?
â Shadur
Oct 10 '17 at 11:19
It can either be an issue with the application or an issue with the network connection to the site. The only way you can be sure is to test things with another site.
â Raman Sailopal
Oct 10 '17 at 11:13
It can either be an issue with the application or an issue with the network connection to the site. The only way you can be sure is to test things with another site.
â Raman Sailopal
Oct 10 '17 at 11:13
Perhaps your ftp session times out?
â Jeff Schaller
Oct 10 '17 at 11:16
Perhaps your ftp session times out?
â Jeff Schaller
Oct 10 '17 at 11:16
Does
dmesg
show anything useful? If it can't reach the folder anymore there should be some kind of error.â Shadur
Oct 10 '17 at 11:18
Does
dmesg
show anything useful? If it can't reach the folder anymore there should be some kind of error.â Shadur
Oct 10 '17 at 11:18
1
1
... That said, ftp is a very insecure protocol and not great for filesystem work anyway. Do you have any viable alternatives?
â Shadur
Oct 10 '17 at 11:19
... That said, ftp is a very insecure protocol and not great for filesystem work anyway. Do you have any viable alternatives?
â Shadur
Oct 10 '17 at 11:19
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f397214%2fftp-mount-in-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
It can either be an issue with the application or an issue with the network connection to the site. The only way you can be sure is to test things with another site.
â Raman Sailopal
Oct 10 '17 at 11:13
Perhaps your ftp session times out?
â Jeff Schaller
Oct 10 '17 at 11:16
Does
dmesg
show anything useful? If it can't reach the folder anymore there should be some kind of error.â Shadur
Oct 10 '17 at 11:18
1
... That said, ftp is a very insecure protocol and not great for filesystem work anyway. Do you have any viable alternatives?
â Shadur
Oct 10 '17 at 11:19